From d41e83eebd7c8d7c4734a46e1244dfcac498b666 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 3 Mar 2016 13:09:52 -0800 Subject: [PATCH] Update documentation link for API docs The API docs for Cargo live at doc.crates.io/cargo, not doc.crates.io in general. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55958b7b5..d13440bfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Yehuda Katz ", license = "MIT/Apache-2.0" homepage = "https://crates.io" repository = "https://github.com/rust-lang/cargo" -documentation = "http://doc.crates.io" +documentation = "http://doc.crates.io/cargo" description = """ Cargo, a package manager for Rust. """ -- 2.30.2